home *** CD-ROM | disk | FTP | other *** search
- @echo off
- if "%1"=="h" goto MODEHIGH
- if "%1"=="H" goto MODEHIGH
- if "%1"=="l" goto MODELOW
- if "%1"=="L" goto MODELOW
- if "%1"=="m" goto MODENO
- if "%1"=="M" goto MODENO
- cls
- ECHO.
- ECHO Welcome to the Winter 1993 CD ROM, Inc. catalog on CD-ROM. It has been
- ECHO developed to be a demonstration of multimedia technology as well as a
- ECHO useful tool for searching through our product base. This catalog contains
- ECHO many high-resolution graphic images which require a standard VGA video card
- ECHO to display. If you have a SuperVGA video card that complies to the VESA
- ECHO standard, the images will display superbly. To start the catalog, enter
- ECHO one of the following lines at the DOS prompt, selecting the right one for
- ECHO your system:
- ECHO.
- ECHO VIDEO MODE VIDEO CARD REQUIRED COMMAND
- ECHO ================================================
- ECHO 640x480x256 VESA Super VGA catalog h
- ECHO 320x200x256 VGA catalog l
- ECHO.
- ECHO All others (no pictures will display) catalog m
- ECHO.
- ECHO.
- ECHO.
- ECHO.
- ECHO.
- pause
- goto end
-
- :MODEHIGH
- cd \rwcat
- rw20 catalog -chicat.cfg
- cd \
- goto end
-
- :MODELOW
- cd \rwcat
- rw20 catalog -clowcat.cfg
- cd \
- goto end
-
- :MODENO
- cd \rwcat
- rw20 catalog -cnocat.cfg
- cd \
- goto end
- :END
-